From 5e034a1be81bd22da0c9f5d927e0d38125654eb4 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Tue, 8 Nov 2005 12:06:18 +0100 Subject: [PATCH] Fix the clean target of the tools/xenstore Makefile to remove all files created. Currently leaves some of its files behind. Signed-off-by: Tobias Hunger --- tools/xenstore/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/xenstore/Makefile b/tools/xenstore/Makefile index 6fc3992d21..7b56ad497b 100644 --- a/tools/xenstore/Makefile +++ b/tools/xenstore/Makefile @@ -77,7 +77,7 @@ libxenstore.so: xs.opic xs_lib.opic clean: testsuite-clean rm -f *.o *.opic *.so rm -f xenstored xs_random xs_stress xs_crashme - rm -f xs_test xenstored_test xs_tdb_dump + rm -f xs_test xenstored_test xs_tdb_dump xsls $(CLIENTS) $(RM) $(PROG_DEP) print-dir: -- 2.30.2